| ... | ... | |
|---|
| 55 | 55 | > security: //주석 제거후 |
|---|
| 56 | 56 | > authorization: enabled //추가 |
|---|
| 57 | 57 | |
|---|
| 58 | * 그래도 DB 접근 불가 오류가 발생한다면, |
|---|
| 59 | > mongosh //MongoDB 접속 |
|---|
| 60 | > use admin //admin DB 접속 |
|---|
| 61 | > db.createUser({ user: "test01", pwd: "mypassword", roles: [ "readWrite" ]}) //test01 계정으로 mypassword 비밀번호로 readWrite 권한으로 계정 생성 |
|---|
| 58 | 62 | === Meilisearch === |
|---|
| 59 | 63 | * [[https://www.meilisearch.com/docs/learn/self_hosted/getting_started_with_self_hosted_meilisearch|설치하기]] |
|---|
| 60 | 64 | * [[https://www.meilisearch.com/docs/guides/deployment/running_production|systemctl에 추가해서 실행 편하게 하기]] |
|---|
| ... | ... | |
|---|